package com.om.switchtopolymorphism;

public enum CustomerType {
	consumer, business, industrial
}
